gtkflowbox: Drop crossing/motion event handlers
authorCarlos Garnacho <carlosg@gnome.org>
Fri, 15 Sep 2017 14:16:24 +0000 (16:16 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Tue, 19 Sep 2017 16:40:50 +0000 (18:40 +0200)
commitc4d57f85f40fce7240149c5caf33622100a521aa
tree6e2791769dfac3426a64c80e9bfd18ed65355528
parent27a391bad830e370424ecf199703e0590b159986
gtkflowbox: Drop crossing/motion event handlers

Those basically controlled priv->active_child_active, which would
1) trigger a redraw when the pointer enters/leaves it, and 2) ensure
that press/release happen on the same child for it to be activated.

The former is not necessary, and the latter can be simplified by
just checking again the child on the coordinates given by the
::release gesture handler. This makes all enter/leave/motion_notify
event handlers unneeded.
gtk/gtkflowbox.c